/* Common */
#contentsArea {
    padding: 0;
    max-width: unset;
}
#contents {
    margin-top: 0;
}
h2.ttl {
	font-size: 2.8rem;
    color: #fff;
	padding: 16px 0;
	text-align: center;
	line-height: 1.2;
}
div.inner {
	max-width: 1040px;
	padding: 25px 40px 35px;
	margin: 0 auto;
}
article p {
	font-size: 1.4rem;
	line-height: 1.4; 
}
p.text {
	font-size: 1.6rem;
	padding-bottom: 40px;
}
ol.list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 85px;
}
ol.list li {
	position: relative;
    background: #fff;
    border-radius: 10px;
	margin-bottom: 105px;
}
ol.list li figure {
	position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, -50%);
}
ol.list li figure img {width: 280px;max-width: none;}
ol.list li h3 {
	font-size: 1.8rem;
	color: #fff;
	padding: 8px 0 8px 25px;
	margin-top: 66px;
    position: relative;
    top: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.3;
}
ol.list li h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #333;
}

ol.list li h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #333;
}
ol.list li h3 span {
	background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
	font-size: 2.3rem;
}
ol.list li p {
	padding: 20px 15px 15px;
}
div.staff figure {float: left;}
div.staff figure img {width: 120px;}
div.staff>div {padding: 5px 0 0 140px;}
div.staff>div span {
	background: #1f9be0;
	color: #fff;
	padding: 4px 8px;
    font-size: 1.8rem;
}
div.staff>div p:nth-of-type(1) {
	font-size: 2.4rem;
    padding: 14px 0 0;
	font-weight: bold;
}
div.staff>div p:nth-of-type(2) strong {
	font-size: 1.6rem;
	padding-right: 20px;
	display: inline-block;
    margin-bottom: 6px;
}
div.staff p.comment {
	padding: 18px 15px;
	background: #fff;
	border-radius: 16px;
	position: relative;
	display: inline-block;
	margin-top: 15px;
	min-width: 120px;
	max-width: 100%;
}
div.staff p.comment:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 60px;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 15px solid #fff;
}

/* Section01 */
.section01 {
	background-image: url("../img/bg.png");
	background-position: center;
	background-size: cover;
	padding: 30px 0 38px;
}
.section01 h1 {
	font-size: 3.8rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-bottom: 8px;
}
.section01 h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background-image: linear-gradient(to right, transparent, #fff 55%, #fff 25%, transparent);
}
.section01 h1 span {
	background: #fff;
    padding: 5px 20px;
	color: #0072BF;
	font-size: 2.4rem;
	border-radius: 80px;
	display: inline-block;
	margin: 0 auto 10px;
}
.section01 h1 strong {
	font-size: 3.8rem;
	padding: 0 4px;
}
.section01 p {
	max-width: 800px;
	margin: 20px auto 0;
	text-align: left;
    font-size: 1.6rem;
}

/* Section02 */
.section02 {
	max-width: 1500px;
    margin: 0 auto;
}
.section02 div.image-inner {position: relative;max-height: 832px;}
.section02 div.image-inner figure.img-pc img {
	width: 100%;
	height: auto;
}
.section02 ol li {
	color: #fff;
	border: 1px solid #fff;
	padding: 4px 5px;
	position: absolute;
}
.section02 ol.bl-box li {background: #1f9be0;}
.section02 ol.gr-box li {background: #01ab8d;}
.section02 ol li a {
	display: block;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 1px;
}
.section02 ol li a:link,
.section02 ol li a:visited,
.section02 ol li a:hover,
.section02 ol li a:active
{
	color: #fff!important;
	text-decoration: none;
}
.section02 ol li span {
	font-size: 1.4rem;
	background: #fff;
	border-radius: 50%;
    margin-right: 5px;
	width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}
.section02 ol.bl-box li span {color: #1f9be0;}
.section02 ol.gr-box li span {color: #01ab8d;}
.section02 ol.bl-box li:nth-of-type(1) {top: 19%; left: 33%;}
.section02 ol.bl-box li:nth-of-type(2) {top: 32%; left: 13%;}
.section02 ol.bl-box li:nth-of-type(3) {top: 8%; left: 4%;}
.section02 ol.bl-box li:nth-of-type(4) {top: 31%; left: 28%;}
.section02 ol.bl-box li:nth-of-type(5) {top: 67%; left: 10%;}
.section02 ol.bl-box li:nth-of-type(6) {top: 46%; left: 42%;}
.section02 ol.bl-box li:nth-of-type(7) {top: 80%; left: 86%;}
.section02 ol.bl-box li:nth-of-type(8) {top: 83%; left: 52%;}

.section02 ol.gr-box li:nth-of-type(1) {top: 63%; left: 69%;}
.section02 ol.gr-box li:nth-of-type(2) {top: 44%; left: 80%;}
.section02 ol.gr-box li:nth-of-type(3) {top: 36%; left: 60%;}
.section02 ol.gr-box li:nth-of-type(4) {top: 42%; left: 60%;}
.section02 ol.gr-box li:nth-of-type(5) {top: 20%; left: 70%;}

.section02 figure.img-pc img {width: 100%;}
.section02 figure.img-sp {display: none; position: relative;}

/* Section03 */
.section03 {background: #e4f2f8; margin-top: 0;}
.section03 h2 {background: #1f9be0;}
.section03 ol.list li {width: 47%;}
.section03 ol li:nth-of-type(n+7) {margin-bottom: 40px;}
.section03 ol li h3 {
	background: #1f9be0;
	width: 106%;
}
.section03 ol li h3 span {color: #1f9be0;}
.section03 div.staff>div span {background: #1f9be0;}

/* Section04 */
.section04 {background: #e1f4f1; margin-top: 0;}
.section04 h2 {background: #01ab8d;}
.section04 ol.list li {width: 47%;}
.section04 ol.list li:nth-of-type(n+3) {width: 30%;}
.section04 ol li h3 {
	background: #01ab8d;
	width: 106%;
}
.section04 ol li:nth-of-type(n+3) h3 {width: 110%;}
.section04 ol.list li:nth-of-type(4) h3 {top: 43px;}
.section04 ol.list li:nth-of-type(4) h3 span {float: left;}
.section04 ol li h3 span {color: #01ab8d;}
.section04 ol li:nth-of-type(n+3) {margin-bottom: 40px;}
.section04 div.staff>div span {background: #01ab8d;}
.section04 div.gr-meta {
	background: #fff;
	border-radius: 10px;
	border: 2px solid #01AB8D;
	padding: 16px;
	margin-top: 24px;
}
.section04 div.gr-meta h4 {
	font-size: 2.2rem;
    color: #01AB8D;
    line-height: 1.4;
}
.section04 div.gr-meta p {
	padding: 8px 0 15px; 
	font-size: 1.4rem;
}
.section04 div.gr-meta figure.img-pc img {width: 100%;}
.section04 div.gr-meta figure.img-sp {display: none;}

.relatedArea {
    max-width: 1000px;
    margin: 0 auto;
}
.relatedArea .ttl {
    color: #222;
    text-align: left;
    padding: 0 0 10px;;
}
.dsp-sp {display: none;}
@media only screen and (max-width: 1023px), only screen and (max-device-width: 1023px) {
    .section02 ol.bl-box, .section02 ol.gr-box {
        display: none;
    }
    .dsp-pc {display: none;}
    .dsp-sp {display: block;}
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (max-width:1050px) and (min-width:768px) {
    .section04 ol.list li:nth-child(n+3) figure img {width: 200px;max-width: none;}
}
@media only screen and (max-width:767px), only screen and (max-device-width:767px) {
	/* Common */
	h2.ttl {
		font-size: 2.2rem;
		padding: 16px 0;
	}
	div.inner {padding: 24px 15px 35px;}
	div.staff figure img {width: 100px;}
	div.staff>div {padding: 5px 0 0 110px;}
	div.staff>div p:nth-of-type(1) {
		font-size: 2.2rem;
		padding: 14px 0 7px;
		font-weight: bold;
		line-height: 1.3;
	}
    div.staff>div span {
        font-size: 1.7rem;
    }
	
	/* Section01 */
	.section01 {padding: 30px 15px 50px;}
	.section01 h1 {
		font-size: 3.4rem;
		line-height: 1.3;
		padding-bottom: 16px;
	}
	.section01 h1 span {margin-bottom: 16px;}
	.section01 h1 strong {
		font-size: 3.2rem;
	}
	.section01 h1::before {width: 100%;}
	.section01 p {
    font-size: 1.4rem;
    padding-bottom: 0;
}
	
	/* Section02 */
	
	.section02 figure.img-pc {display: none;}
	.section02 figure.img-sp {display: block;}
	.section02 ol.bl-box,.section02 ol.gr-box {display: none;}
	.section02 ol li a {
		font-size: 1rem;
		line-height: 1.2;
	}
	.section02 ol li span {
		font-size: 1rem;
		padding: 0px 4px;
		margin-right: 3px;
	}
	.section02 ol.sp-link li a {
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
	}
	.section02 ol.sp-link li {border: none;}
	.section02 ol.sp-link li:nth-of-type(1) {
		width: 14%;
		height: 3%;
		top: 14%;
		left: 32%;
	}
	.section02 ol.sp-link li:nth-of-type(2) {
		width: 7%;
		height: 3%;
		top: 23%;
		left: 12%;
	}
	.section02 ol.sp-link li:nth-of-type(3) {
		width: 6%;
		height: 2%;
		top: 4%;
		left: 2%;
	}
	.section02 ol.sp-link li:nth-of-type(4) {
		width: 17%;
		height: 4%;
		top: 23%;
		left: 27%;
	}
	.section02 ol.sp-link li:nth-of-type(5) {
		width: 15%;
		height: 4%;
		top: 50%;
		left: 9%;
	}
	.section02 ol.sp-link li:nth-of-type(6) {
		width: 12%;
		height: 5%;
		top: 33%;
		left: 42%;
	}
	.section02 ol.sp-link li:nth-of-type(7) {
		width: 11%;
		height: 6%;
		top: 62%;
		left: 86%;
	}
	.section02 ol.sp-link li:nth-of-type(8) {
		width: 19%;
		height: 3%;
		top: 64%;
		left: 48%;
	}
	.section02 ol.sp-link li:nth-of-type(9) {
		width: 20%;
		height: 3%;
		top: 48%;
		left: 68%;
	}
	.section02 ol.sp-link li:nth-of-type(10) {
		width: 14%;
		height: 3%;
		top: 32%;
		left: 79%;
	}
	.section02 ol.sp-link li:nth-of-type(11) {
		width: 19%;
		height: 2%;
		top: 28%;
		left: 60%;
	}
	.section02 ol.sp-link li:nth-of-type(12) {
		width: 15%;
		height: 6%;
		top: 32%;
		left: 60%;
	}
	.section02 ol.sp-link li:nth-of-type(13) {
		width: 15%;
		height: 2%;
		top: 16%;
		left: 71%;
	}

	
	
	/* Section03 */
	ol.list {
		display: block;
		margin-top: 75px;
	}
	.section03 ol.list li {
		width: 90%;
		margin: 0 auto 100px;
	}
	ol.list li figure {width: 100%; text-align: center;}
	ol.list li h3 span {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 2rem;
		float: left;
	}
	
	.section03 ol li:last-of-type {margin-bottom: 30px;}
	
	/* Section04 */
	ol.list {
		display: block;
		margin-top: 75px;
	}
	.section04 ol.list li:nth-of-type(n+1) {
		width: 90%;
		margin: 0 auto 100px;
	}
	.section04 ol li:nth-of-type(n+3) h3 {width: 106%;}
	ol.list li figure {width: 265px;}
	ol.list li figure {width: 100%;}
	.section04 ol li:last-of-type {margin-bottom: 30px!important;}
	.section04 div.gr-meta figure.img-pc {display: none;}
	.section04 div.gr-meta figure.img-sp {display: block;}
	.section04 div.gr-meta figure.img-sp img {width: 100%;}
}
.relatedArea {
    padding: 0 15px;
}


@media (max-width: 400px) {
	.section03 ol.list li:nth-of-type(5) h3,
	.section03 ol.list li:nth-of-type(6) h3 {top: 43px;}
}
@media (min-width: 450px) {
	.section03 ol.list li:nth-of-type(5) h3 br,
	.section03 ol.list li:nth-of-type(6) h3 br {display: none;}
}
@media (max-width: 500px) {
	.section03 ol li h3,
	.section04 ol li h3,
	.section04 ol li:nth-of-type(n+3) h3{width: 110%;}
}
/* IE向けのCSS */
_:-ms-lang(x)::-ms-backdrop, .section01 h1 span {padding: 9px 16px 0px; margin-bottom: 10px;}
_:-ms-lang(x)::-ms-backdrop, ol.list li span {line-height: 25px;}
_:-ms-lang(x)::-ms-backdrop, ol.bl-box li a,
_:-ms-lang(x)::-ms-backdrop, ol.gr-box li a {padding: 3px 0 1px;}
_:-ms-lang(x)::-ms-backdrop, ol.bl-box li a span,
_:-ms-lang(x)::-ms-backdrop, ol.gr-box li a span {
	position: relative;
	top: -1px;
	line-height: 20px;
	padding-left: 1px
}

@media (max-width: 767px) {
_:-ms-lang(x)::-ms-backdrop, .section01 h1 span {padding: 5px 20px; margin-bottom: 20px;}
}


